﻿/*************************
*******body******
**************************/
@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	height: 100%;
	min-width: 1260px;
	background: #fff;
	max-width: 100%;
	overflow: auto;
	overflow-x: hidden
}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#666460;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;  -webkit-appearance:none;}
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none; -webkit-appearance:none;  }
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化a的样式和字体样式*/
a{ color:#000000; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none; text-decoration:none; }
a:hover{ color: #000; text-decoration:none; }
ul, li, ol {  list-style-type: none;
}
/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.clearfix { /*兼容 IE*/ zoom: 1;}
/************全局样式************/
.fl {  float: left;  }
.fr { float: right;  }
/*t图片样式*/
.center-block{display:block;margin-right:auto;margin-left:auto}
img { border: 0px; vertical-align: middle;  }
.img-responsive{display:block;height:auto;margin-left: auto; margin-right: auto;max-width:100%}
.avatar {  display: block;overflow: hidden; width: 100%; }
.avatar img{ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;  }
.avatar:hover img {transform: scale(1.2); transition: all 1s ease 0s; -webkit-transform: scale(1.2);  }
/*文字超出隐藏*/
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot2 {display: -webkit-box;display: block;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

.main_box {
	width: 1200px;
	margin: 0 auto;
}
.main-txt { position: relative;}
.m_title{ font-size:38px; margin-top:45px; color:#0D5FB2; font-weight:bold; text-align: center;  z-index: 2; position: relative; }
.m_title2{ font-size:16px; padding: 10px 0; color: #666;text-align: center;}
.m_title3 { color: #f5f5f5; font-size: 58px; position: absolute; top:-28px; z-index: 1; text-align: center; left: 0; right: 0; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
/**/
.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_stretch { display: flex; align-items: stretch; justify-content: center;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}
/*-- Header --*/

.header {
	width: 100%;


}
.header_top {
	width: 100%;
	background:#eee;
	height: 30px;
	line-height:30px;
	color:#999;
	font-size:12px;
	overflow: hidden;
}

.logo { flex: 2;}
.header_top .top_nav a {
	padding: 0 12px;
	display:block;
	height:15px;
	line-height:15px;
	margin-top:5px;
	color:#999;
	border-right:1px dotted #eee;
	font-size:12px;
	float: left;
}
.keyword{ flex: 2; font-size: 20px; font-weight: 500; line-height: 36px;  padding-left: 8%; }
.keyword span { color: #FF8A00; font-weight: 600;}
.top-center { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 120px;}
.header_phone { display: flex; align-items: center; }
.header_phone p {
	color:#666;
	margin-bottom:10px;
	font-size:15px;
}
.header_phone p img{ padding-right:8px;}
.header_phone b{ color:#FF8A00; font-size:28px; font-weight:bold; margin-top:0;  display: block;}
/*导航菜单*/
.navbar{ width: 100%; background:#0D5FB2;height:70px;  }
.nav { padding: 0; margin: 0; display: flex;}
.nav li{ width: 171px;	 text-align: center;  position: relative;}
.nav li a{ 
	display:block;
	font-size: 16px;
	line-height: 70px;
	color: #fff;

}

.nav a:hover, .nav li:hover > a {
    background: #FF8A00;
    color: #fff;
  }
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.9);transition: all 0s;z-index: 10;
    position: absolute;top:100%; width: 100%;
  
}
.nav li .ejxl>li{margin:0 auto ;display: block; padding:0; width: 100%;}
.nav li .ejxl>li a{display: block;color:#444;font-size: 15px;height:35px;line-height:35px; padding:5px 0; width: 100%; text-align: center;  }
.nav li .ejxl>li:hover a { background: none;}
.nav li .ejxl a:hover{color: #FF8A00;}

/*导航菜单 end*/
/*首页banner图*/

#banner .swiper {
    width: 100%;
    height: 100%;
}

#banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

#banner .swiper-slide img {
    display: block;
    width: 100%;
}

#banner .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}

#banner .swiper-button:hover {
    background: #F18D00;
}

.btn-prev {
    left: 5%;
}

.btn-next {
    right: 5%;
}

#banner .swiper-pagination-bullet {
    position: relative;
    margin: 0 8px!important;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    z-index: 10;
    outline: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#banner .swiper-pagination-bullet-active {
    background-color: #F18D00;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}


/*首页banner图 end*/
/*-- 轮番Slider end--*/
.title{text-align: center;}
.title b{font-size: 34px;font-style: Arial;color: #ddd;}
.title p{font-size: 28px;color: #333;font-weight: bold;position: relative;top: -3px;text-align: center;}
.title em{width: 40px;border: 1px solid #CF9932;display: block;margin: 10px auto 0;}
/*产品中心*/
.product{ margin-top:20px; overflow: hidden; display: flex; align-items: flex-start; justify-content: center;  }
.slide-nav {
	
	background:#0D5FB2;
	padding:30px 0;
	flex: 1;
	margin-right: 30px;


}

.slide-nav b{ color:#fff;  font-size:28px; display:block; padding: 15px 30px;   }
.slide-nav p{  color: #fff; padding: 10px 30px;  line-height: 20px;}

.slide-nav ul {
	list-style: none;
	padding:10px 0;
	margin: 20px;
	background: #fff;
}
.slide-nav ul li {
	margin:5px 15px;
	overflow: hidden;
	

}

.slide-nav ul li a {
	text-decoration: none;
	line-height: 45px;
	font-size:15px;
	margin: 2px 0;
	padding:0 10px;
	display: block;
	color: #333;
	transition:all 0.3s;
	position: relative;
	z-index: 4; 
	background:#f5f5f5 url(../images/jt.png) no-repeat right;


}

.slide-nav ul li a:hover { color: #fff; }
.slide-nav ul li a:after{content:'';position:absolute;width:0;height:100%;background:#F18D00 url(../images/jt2.png) no-repeat right;;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;z-index: -1;}
.slide-nav ul li:hover a:after{width:100%; }
.slide-contact { display:flex ;align-items: center; padding-left: 30px; margin-top: 40px;}
.slide-contact b { display: block; font-size: 22px; line-height: 30px; padding: 0;}
.slide-content {
	flex: 3;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.xm_list{width: 31.3%; margin: 10px 1%;}
.xm_list a{ display: block;border: 1px solid #dedede; }
.xm_list span { display: block; overflow: hidden;}  
.xm_list p{ text-align: center;color: #333; padding: 15px 5px; font-size: 15px;  margin: 0; }
.xm_list a:hover p { background: #0D5FB2; color: #fff;}
/**/
.bg1 { background: #0D5FB2; padding: 0px 0;}
.bgtu { flex: 1; padding-left: 10%;}
.bg-title { color: #fff; flex: 2; padding-left: 30px;}
.bg-title b{  font-size: 30px; display:block;} 
.bg-title p { font-size: 18px; padding-top: 20px;}
.bg-tel { flex: 1; padding-right: 10%; color: #fff;}
.bg-tel p{ padding-bottom: 10px;}
.bg-tel b { font-size: 30px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: 500; display: block;}

/*优势*/
.ys { background: #FCFCFC; padding: 20px 0 80px;}
.ysbox{font-size:16px;line-height:36px;color: #555; margin-top: 30px;  }
.ysbox1{background:url(../images/ysbg.jpg) no-repeat center 0;overflow: hidden;}
.ysbox_tu{width: 50%;}

.ysbox_txt{width: 50%;}
.ysbox_txt1{padding:41px 45px 0;}
.ysbox_txt1 .ys_title {height:143px;line-height:35px;font-size:24px;white-space: nowrap;color: #252525;}
.ysbox_txt1 .ys_title span{height:109px;font-size:32px;white-space: nowrap;color: #fff;width: 65px;float: left;background:url(../images/numbg.png) no-repeat 0 0;font-family: Didot;text-align: center;padding: 42px 0 0;}
.ysbox_txt1 .ys_title b{line-height:47px;font-size:28px;display: block;color: #0D5FB2;}
.ysbox_txt1 .ys_title p{display: block;float: left;padding:6px 0 0 16px; font-weight: 600;}
.ysbox_txt1 li{padding: 0 0 0 82px; line-height: 28px; margin-top: 10px; font-size: 16px;}
/*关于我们*/
.about{ margin-top:60px;padding-top: 40px; position: relative; background: url(../images/bg2.jpg) no-repeat;}
.about_content{ padding: 30px; text-align: center;  box-shadow: 0 0 20px #f1f1f1;}
.about_content b{ color:#0D5FB2; font-size:28px; display: block; margin-bottom: 20px; }
.about_content p{ color:#666; line-height:24px; margin: 10px 0;}

.about_more{  width: 130px; margin: 20px auto;  text-align: center; background: #FF8A00; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.about_more a{ display: block;padding:10px 0;  color: #fff;}
.about_more a:hover{  background:#0D5FB2;   }
/*产品图册*/
.product_pic { background: #f7f7f7; padding: 30px 60px 60px; margin-top: 80px;}
.prone { margin-top: 30px;}
.prone .swiper-slide img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.prone .swiper-slide p {
    background-color: #0D5FB2;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 10px;
}
.prone .swiper-slide:hover p {
    background-color: #FF8A00;
   
}

.prone .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size:24px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.prone .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.prone .swiper-button-prev:hover, .prone .swiper-button-next:hover {
    background: #0D5FB2;
}
/*新闻中心*/
.news{width:48%; margin-top: 30px; }
.news dl{border-bottom: 1px solid #f5f5f5; margin-bottom: 0;}
.news dl dt{overflow: hidden; position: relative;}
.news dl dt img{height: 233px; display: block;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.news dl dt img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.news dl dd{padding: 15px 0;}
.news dl dd b{font-size: 16px;  color: #333333; font-weight: bold;  line-height: 32px; display: block;}
.news dl dd b a{color: #333333;}
.news dl dd p{ text-align: justify; color: #666666; line-height: 24px;}
.news a:hover b{  color: #FF8A00;}
.news .news2{padding-top: 10px;}
.news .news2 em{ font-style: normal;}
.news .news2 a { display: block;}
.news .news2 a:hover { color: #FF8A00;}
.news em{ color: #666666; height: 40px; line-height: 40px; display: block;}
.news em a{color: #666666;}
.news em i{  color: #fff; font-style: normal; width: 16px;  line-height: 16px; background: #0D5FB2; display: inline-block; text-align: center;  margin-right: 10px; }
.news em span{  color: #666666; float: right; font-weight: normal; }
.wt{width:48%;overflow: hidden; margin-top: 30px;}
.wt_c a { display: block;}
.wt_c a:hover { color: #FF8A00;}
.wt_c dl{padding-bottom: 20px;border-bottom: 1px solid #d6d6d6; }
.wt_c dt{ line-height: 30px; font-size: 16px; font-weight: bold;margin-bottom: 20px;}
.wt_c dt em{width: 80px; font-style: normal; height: 32px; line-height: 32px; color: #fff; display: inline-block; text-align: center; font-weight: normal; background: #0D5FB2;margin-right: 10px; }
.wt_c dt a{ color:#333333;}
.wt_c dd{line-height: 26px; font-size: 14px;margin-top: 10px;}
.wt_c ul{padding:0}
.wt_c li{padding-left: 15px;  background: url(../images/wtico1.png) no-repeat left center; color: #666666; height: 40px; line-height: 40px; }
.wt_c li a{color: #666666;display: block;}
.wt_c li span{  color: #666666; float: right; font-weight: normal; }
.mores{margin-top: 10px;}
.mores img{ height: 140px; float: left;width: 75%;}
.mores em{height: 140px; width:25%;font-style: normal; float: left; text-align: center;font-size: 16px;  color: #fff; background:#0D5FB2 url(../images/wtmore.jpg) no-repeat; line-height: 140px;}
.mores em:hover{background:#F18D00 url(../images/wtmore.jpg) no-repeat;}
	/*底部footer*/
#footer {
	background: #0D5FB2;
	margin-top: 80px;
}
.main_foot {
	height: auto;
	padding:60px 0;
}
.main_footdl {
	width: 469px;
	

	
}

.main_footdl dt,.main_footd2 dt {
	font-size:20px;
	margin-bottom: 20px;
	color: #fff;
	padding: 0;
	font-weight: bold;
}

.main_footdl dd {
	height: auto;
	overflow: hidden;
	margin-top: 10px
}
.main_footdl dd a {
	line-height: 42px;
	font-size: 16px;
	width: 180px;
	float: left;
	display: block;
	color: rgba(255,255,255,.8);
}


.main_footdl dd a:hover {
	color: #FF8A00;
}
.main_footd2{
	width: 409px;
}

.main_footd2 p{	color: rgba(255,255,255,.8);line-height: 32px;
	font-size: 16px;}
.main_footd3{ width: 170px; text-align: center; margin-top:40px;}
.main_footd3 dd{ color: rgba(255,255,255,.8); margin-top: 10px;}
.main_footd3 img{ width: 140px;}
.main_foottel {
	width: 300px;
	text-align: center;
	border-right: 1px solid #12508E;

}
.main_foottel a {
	height: 32px;
	margin: 20px auto;
	width: 120px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	line-height: 32px;

	border-radius: 2px;
	color: rgba(255,255,255,.8);
}
.main_foottel a:hover {
	background: #fff;
	color: #FF8A00;
}
.main_foottel b {
	font-size: 28px;
	padding: 0;
	display: block;
	margin: 0;
	color: #fff;
	text-align: center;
}

.main_foottel p {
	padding: 30px 0;
	text-align: center;
	color: rgba(255,255,255,.8);
}
.footer_copy{ padding: 25px 0; text-align: center;color: rgba(255,255,255,.8); border-top: 1px solid #0A529B;}
.footer_copy a{color: rgba(255,255,255,.8);}
/*返回顶部*/
.scrollToTop {
	width: 52px;
	height: 52px;
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	background: #FF8A00;
	color: #ebebeb;
	border-radius: 3px;
	text-align: center;
	line-height: 52px;
	z-index: 999; }
.scrollToTop:hover {
	color: #FFF; }
.scrollToTop:focus {
	color: #FFF; }
/*返回顶部 end*/

